# Begin: Custom commands for e-mails from GINA log(1,'Begin: Custom commands for e-mails from GINA'); if (compare('X-ESWmail-Copy','match','yes')) { flag('no_resend',1); } if (compare('X-ESWmail-LFM','match','yes')) { flag('no_resend',1); } if (!flag('no_resend',0)) { log(1, 'send e-mail from GINA from sender $header_from for recipient(s) $header_to $header_cc back to UTM for content scanning'); setheader('X-SEPPmail-STATUS','RESEND'); deliver('192.168.10.3'); } log(1,'End: Custom commands for e-mails from GINA'); # End: Custom commands for e-mails from GINA